Make the error reporting back to xm just a little bit less insane, and fix a
authoremellor@ewan <emellor@ewan>
Wed, 12 Oct 2005 12:13:32 +0000 (13:13 +0100)
committeremellor@ewan <emellor@ewan>
Wed, 12 Oct 2005 12:13:32 +0000 (13:13 +0100)
commit3e500e67eba43c1a59313a3835502ad58b11166b
tree5dca417a40997d1c9bc9172f1c65ce47d300fa1e
parent5ca91af2f8fbcac9dfa1ed61c7045dac9b6cd722
Make the error reporting back to xm just a little bit less insane, and fix a
missing import inside blkif.  Fix the command parsing for op_device_destroy and
op_device_configure -- the device IDs should be strings, to allow the user to
specify devices by name as well as number.

This is the second half to the fixes for bug #315.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/web/SrvBase.py
tools/python/xen/xend/server/SrvDomain.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xm/main.py